The CxFmsRawDeviceDataCtrl object is used to display and manipulate the CygNet FMS Raw Data Control. The CxFmsRawDeviceDataCtrl object is an ActiveX control that must be placed in an ActiveX control container such as CygNet Studio.
Declare the object using the following code:
|
CreateObject("CxHMIFMS.CxFmsRawDeviceDataCtrl.1") |
Use the CygNet FMS Raw Data Control to view data in its original form for auditing or debugging purposes. It displays a grid with rows that represent records and columns that represent data items. CygNet FMS Raw Data Control provides the same functionality as the Raw Data control in FMS Explorer.
See Using the Raw Data Control (in FMS Explorer) and CygNet FMS Raw Data Control (on CygNet Studio screens) for more information about using this control.
More:
CxFmsRawDeviceDataCtrl Properties
CxFmsRawDeviceDataCtrl Methods
CxFmsRawDeviceDataCtrl Example